#page-footer {
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
#page-footer .footer-top {
	height: 78.1px;
	width: 100%;
}
#page-footer .footer-top img {
	height: 78.1px;
	width: auto;
	display: block;
	margin: auto;
}
#page-footer .footer-nav {
	width: 100%;
	margin-top: 40px;
	height: 40px;
	text-align: center;
}
#page-footer .footer-nav ul.nav-1 {
	list-style-type: none;
}
#page-footer .footer-nav ul.nav-1 > li {
	display: inline-block;
	margin: 0 40px;
	position: relative;
}

#page-footer .footer-nav ul.nav-1 > li:first-of-type {
	margin-left: 0;
}
#page-footer .footer-nav ul.nav-1 > li:last-of-type {
	margin-right: 0;
}
#page-footer .footer-nav ul.nav-1 > li > a{
	display: block;
	height: 40px;
	line-height: 40px;
}
#page-footer .footer-nav ul.nav-1 > li a img.no-active{
    display: none;
}
#page-footer .footer-nav ul.nav-1 > li a img.active{
    display: inline-block;
}
#page-footer .footer-nav ul.nav-1 > li a:hover {
    text-decoration: none;
}
#page-footer .footer-nav ul.nav-1 > li a:hover img.no-active{
    display: none;
}
#page-footer .footer-nav ul.nav-1 > li a:hover img.active{
    display: inline-block;
}
#page-footer .footer-nav ul.nav-1 > li:hover .nav-2 {
	/*display: block;*/
	/*opacity: 1;*/
}

#page-footer .footer-linker {
	margin-top: 40px;
	text-align: center;
}
#page-footer .footer-linker ul {
	list-style-type: none;
}
#page-footer .footer-linker ul li {
	display: inline-block;
	margin: 0 62px;
}
#page-footer .footer-linker ul li span {
	display: block;
	height: 24px;
	line-height: 24px;
}
#page-footer .footer-linker-2 {
	margin-top: 40px;
	text-align: center;
}
#page-footer .footer-linker-2 label {
	height: 18px;
	line-height: 18px;
}
#page-footer .footer-linker-2 label a {
	text-decoration: none;
	color: black;
}
#page-footer .footer-linker-2 label i {
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: black;
    padding-top: 2px;
    margin:0 8px;
    box-sizing: border-box;
}
#page-footer .footer-linker-3 p {
	height: 18px;
	line-height: 18px;
	text-align: center;
}
#page-footer .nav-2 {
	position: absolute;
	display: block;
    opacity: 0;
    transition: all .3s linear;
    box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.1);
    padding: 0.2rem 4%;
    z-index: 10000;
    list-style-type: none;
    width: 180px;
    left: 50%;
    background-color: white;
    transform: translateX(-50%);
}
#page-footer .sub_scroll {
	max-height: 400px;
	overflow-y: auto;
}
#page-footer .nav-2 a {
	color: black;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
   	height: 40px;
   	line-height: 40px;
}

@media screen and (max-width: 991px) {
 	#page-footer .footer-list {
    	display: none;
    }
    #page-footer .footer-nav {
    	display: none;
    }
    #page-footer .footer-body {
		padding: 60px 0 50px 0;
		font-size: 12px;
	}
}

@media screen and (min-width: 992px) {
	#page-footer .footer-body {
		padding: 60px 0 50px 0;
		margin: 0 191px;
	}

}
